@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header {
  width: 1050px;
  height: 65px;
  margin: 0 auto;
  padding-top: 15px;
}

h2 {
  width: 1050px;
  margin: 0 auto 60px auto;
}

.formWrap {
  width: 900px;
  margin: 0 auto 40px auto;
}
.formWrap .inner {
  width: 838px;
  border: 1px solid #d1d1d1;
  padding: 30px;
}
.formWrap .txt {
  font-size: 14px;
  margin-bottom: 10px;
}
.formWrap .inner .txt{
	margin:15px 19px;
}
.formWrap table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #d1d1d1;
}
.formWrap table tr {
  border-top: 1px solid #d1d1d1;
}
.formWrap table td {
  padding-left: 20px;
  border-right: 1px solid #d1d1d1;
  line-height: 26px;
  font-size: 14px;
}
.formWrap table td label {
  margin-right: 20px;
  display: inline-block;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.formWrap table td.label {
  background: #e9e9e9;
  width: 300px;
  height: 45px;
  vertical-align: middle;
  border-left: 1px solid #d1d1d1;
}
.formWrap table td.label span {
  font-size: 10px;
  vertical-align: super;
}
.formWrap table td.name label {
  margin: 0 5px 0 0;
}
.formWrap table td.name input {
  margin-right: 20px;
}
.formWrap table td.threedp {
  height: 130px;
}
.formWrap table td.freec {
  height: 110px;
}
.formWrap .caution {
  background: #e9e9e9;
  text-align: center;
  color: #000000;
  font-size: 18px;
  margin-top: 20px;
}
.formWrap .caution p {
  line-height: 60px;
}

.submit {
  text-align: center;
}
.submit p {
  font-size: 14px;
  margin-bottom: 10px;
}



.submit p span {
  font-size: 10px;
  vertical-align: super;
}







.submit .btn {
  margin: 30px auto 0 auto;
  background: url(../images/{01eb1754-9457-49dd-9fe7-c29138d9f03e}_btn_submit_on.jpg) no-repeat left top;
  width: 259px;
}
.submit .btn input:hover {
  opacity: 0.0;
  /* IE */
  filter: alpha(opacity=0);
}
.submit p {
  line-height: 17px;
}
.submit .link_b {
  background: url(../images/{aa0325aa-ed68-43d1-aa86-744af6106e4b}_link_b.jpg) no-repeat left;
  padding: 2px 0 0 20px;
  height: 17px;
}

.red {
  color: #e70000;
}
input.f_txt1 {	width: 250px;	}
input.f_txt2 {  width: 120px;	}
input.f_txt3 {  width: 300px;	}
input.f_txt4 {  width: 50px;	}

input:focus {
  outline: none;
  box-shadow: 0px 0px 5px #99d6f5;
  border-color: #adadad;
  border: 1px solid;
}

input.error {
  border: 1px solid #ff0000;
}

label.error {
  color: #ff0000;
  margin-left: 20px;
}

textarea.f_txtarea1 {
  width: 350px;
  height: 20px;
}

textarea.f_txtarea2 {
  width: 350px;
  height: 80px;
}
